From: Pablo Ariño Muñoz Date: Thu, 20 Feb 2025 12:50:19 +0000 (+0100) Subject: Added space between sentences X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~33^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=70e5db367f7dd2af93edb3612219c1dada84d1fe;p=nextcloud-desktop.git Added space between sentences Signed-off-by: Pablo Ariño Muñoz --- diff --git a/src/gui/macOS/fileprovidereditlocallyjob.cpp b/src/gui/macOS/fileprovidereditlocallyjob.cpp index 750a4f433..8cd456e1f 100644 --- a/src/gui/macOS/fileprovidereditlocallyjob.cpp +++ b/src/gui/macOS/fileprovidereditlocallyjob.cpp @@ -45,7 +45,7 @@ void FileProviderEditLocallyJob::start() const auto relPathSplit = _relPath.split(QLatin1Char('/')); if (relPathSplit.isEmpty()) { - showError(tr("Could not find a file for local editing." + showError(tr("Could not find a file for local editing. " "Make sure its path is valid and it is synced locally."), _relPath); return; }